unref the correct icon.
authorJonathan Blandford <jrb@gnome.org>
Tue, 9 Mar 2004 16:08:49 +0000 (16:08 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Tue, 9 Mar 2004 16:08:49 +0000 (16:08 +0000)
Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct icon.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkpathbar.c

index 2fc8926fd93dac8bc930bd769a6612c0d3aa97ef..5c29173ef4ceffd86b82be218f10c8cf47e8687e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct icon.
+
 2004-03-09  Morten Welinder  <terra@gnome.org>
 
        * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
index 2fc8926fd93dac8bc930bd769a6612c0d3aa97ef..5c29173ef4ceffd86b82be218f10c8cf47e8687e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct icon.
+
 2004-03-09  Morten Welinder  <terra@gnome.org>
 
        * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
index 2fc8926fd93dac8bc930bd769a6612c0d3aa97ef..5c29173ef4ceffd86b82be218f10c8cf47e8687e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct icon.
+
 2004-03-09  Morten Welinder  <terra@gnome.org>
 
        * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
index 2fc8926fd93dac8bc930bd769a6612c0d3aa97ef..5c29173ef4ceffd86b82be218f10c8cf47e8687e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct icon.
+
 2004-03-09  Morten Welinder  <terra@gnome.org>
 
        * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
index 2fc8926fd93dac8bc930bd769a6612c0d3aa97ef..5c29173ef4ceffd86b82be218f10c8cf47e8687e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct icon.
+
 2004-03-09  Morten Welinder  <terra@gnome.org>
 
        * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
index a0b24f7769dda731d6b6bc878552e14c58bb4e99..be0ba744962057e0ace430a74c03fd83f3c0f7ef 100644 (file)
@@ -150,7 +150,7 @@ gtk_path_bar_finalize (GObject *object)
   if (path_bar->home_icon)
     g_object_unref (path_bar->home_icon);
   if (path_bar->root_icon)
-    g_object_unref (path_bar->home_icon);
+    g_object_unref (path_bar->root_icon);
   if (path_bar->file_system)
     g_object_unref (path_bar->file_system);